doc: enum cleanup
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 May 2014 10:19:56 +0000 (06:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 May 2014 13:54:01 +0000 (09:54 -0400)
Move GtkArrowType to where it is used in undeprecated api:
GtkMenuButton.

docs/reference/gtk/gtk3-sections.txt
gtk/gtkenums.h

index 03c4223fe1230ccbe3d2026237b665f413207292..aa97a4d792683cbb4ab72bf889bf266c42fc24ac 100644 (file)
@@ -2261,6 +2261,7 @@ gtk_menu_button_set_menu_model
 gtk_menu_button_get_menu_model
 gtk_menu_button_set_use_popover
 gtk_menu_button_get_use_popover
+GtkArrowType
 gtk_menu_button_set_direction
 gtk_menu_button_get_direction
 gtk_menu_button_set_align_widget
@@ -6506,7 +6507,6 @@ gtk_binding_set_add_path
 <SECTION>
 <FILE>gtkenums</FILE>
 <TITLE>Standard Enumerations</TITLE>
-GtkArrowType
 GtkAttachOptions
 GtkBaselinePosition
 GtkButtonBoxStyle
index 4a15f230b44edf634acf47bba5f44486a5a4a28d..6488a77a37e8b72f5b885147e2a685b0b0b16c5c 100644 (file)
@@ -87,7 +87,7 @@ typedef enum
  * @GTK_ARROW_RIGHT: Represents a right pointing arrow.
  * @GTK_ARROW_NONE: No arrow. Since 2.10.
  *
- * Used to indicate the direction in which a #GtkArrow should point.
+ * Used to indicate the direction in which an arrow should point.
  */
 typedef enum
 {